# Delete the specified role

Permanently deletes a role by name within the specified scope. All actor-to-role assignments for this role will also be removed. This operation cannot be undone.

RBAC:
- requires ANY of Roles.Manage, GroupRoles.Manage

Endpoint: DELETE /api/v1/rbac/roles/{roleName}
Version: 1.0
Security: header

## Path parameters:

  - `roleName` (string, required)
    The role's name to delete
    Example: "BOT"

## Query parameters:

  - `scope` (string, required)
    Scope: 'System' for global roles, or a group ID.
    Example: "global or gr_05hxcvk1hjexere4pvtrj0hggt"


